home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / flash_poker.swf / scripts / frame_13 / DoAction.as < prev   
Text File  |  2006-01-17  |  245b  |  17 lines

  1. getUrl("FSCommand:getCookie", "credits");
  2. X = "1";
  3. while(X < "10")
  4. {
  5.    tellTarget("/Win" add X)
  6.    {
  7.       gotoAndStop(1);
  8.    }
  9.    X += "1";
  10. }
  11. tellTarget("/ScoreBoard")
  12. {
  13.    gotoAndStop(1);
  14. }
  15. call("DealCards");
  16. gotoAndPlay(22);
  17.